From e15765f5e2b9286dd02d47acde2a383a4ee6c25a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 27 Mar 1993 18:01:28 +0000 Subject: [PATCH] (try-face-font, find-face, get-face): New aliases. --- lisp/emacs-lisp/lucid.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/emacs-lisp/lucid.el b/lisp/emacs-lisp/lucid.el index 9e61577c970..d1b541d34b9 100644 --- a/lisp/emacs-lisp/lucid.el +++ b/lisp/emacs-lisp/lucid.el @@ -98,6 +98,10 @@ bottom of the buffer stack." (switch-to-buffer (if (<= arg 1) (other-buffer (current-buffer)) (nth (1+ arg) (buffer-list))))) + +(fset 'find-face 'internal-find-face) +(fset 'get-face 'internal-get-face) +(fset 'try-face-font 'internal-try-face-font) ;; Support the Lucid names with `screen' instead of `frame'. -- 2.30.2